home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 August (DVD) / Level_2003-08_103_DVD_Re-Volt.iso / Software / ThumbHTML / ThumbHTML_Install.exe / {app} / templates / thumbnail.tmp < prev   
Encoding:
Text File  |  2003-01-01  |  1.5 KB  |  38 lines

  1. <!---------------------------------------------------------------------------------------
  2.   ThumbHTML - thumbnails template
  3.   -------------------------------
  4.  
  5.   This is the template for the HTML pages generated by ThumbHTML for the thumbnails
  6.   You can edit this as necessary to customise the appearance of your pages.
  7.   The following 'macro' elements are available, and will be substituted with the corresponding
  8.   item by ThumbHTML wherever they appear in the template:
  9.  
  10.   <!--title-->              Page title
  11.   <!--pagenumber-->         Page number
  12.   <!--images-->             Block of code containing images and formatting for the page
  13.   <!--slideshowlink-->      Text of slideshow link
  14.   <!--otherpagelinks-->     Text for links to other pages
  15.   <!--progver-->            ThumbHTML version
  16.   <!--date(mm/dd/yyyy)-->   Current date (replace date format as required)
  17.   <!--time(hh:mm)-->        Current time (replace time format as required)
  18.   <!--year-->               Current year
  19.   <!--footer-->             Footer (can include other macros)
  20.    
  21.   Jeff Waldock, February 4, 2003.
  22. ------------------------------------------------------------------------------------------>
  23. <html><head>
  24. <meta name="generator" content="ThumbHTML v<!--progver-->">
  25. <title><!--title--></title>
  26. <link rel="stylesheet" type="Text/css" href="photos.css">
  27. </head>
  28. <body>
  29. <center>
  30. <H1><!--title--> <!--pagenumber--></H1>
  31. <p>
  32. <!--images-->
  33. <!--slideshowlink-->
  34. </p><p>
  35. <!--otherpagelinks-->
  36. </p></center>
  37. <!--footer-->
  38.